| Package | fhir.giis |
| Resource Type | CodeSystem |
| Id | BirthplaceCS |
| FHIR Version | R4 |
| Source | https://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/CodeSystem-BirthplaceCS.html |
| URL | https://paho.org/fhir/giis/CodeSystem/BirthplaceCS |
| Version | 0.1.8 |
| Status | active |
| Date | 2023-11-07 |
| Name | BirthplaceCS |
| Title | Birthplace codes |
| Realm | us |
| Authority | hl7 |
| Description | Codes for birthplaces, these ones are just examples |
| Content | complete |
| ValueSet | |
| BirthplaceVS | Birthplace |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem BirthplaceCS
Language: en-US
This case-sensitive code system https://paho.org/fhir/giis/CodeSystem/BirthplaceCS defines the following codes:
| Code | Display |
| 1 | Home |
| 2 | Hospital |
| 3 | Health facility |
| 6 | Health station |
| 7 | Abroad |
| 8 | BBA (Born Before Arrival) |
{
"resourceType": "CodeSystem",
"id": "BirthplaceCS",
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://paho.org/fhir/giis/CodeSystem/BirthplaceCS",
"version": "0.1.8",
"name": "BirthplaceCS",
"title": "Birthplace codes",
"status": "active",
"experimental": true,
"date": "2023-11-07",
"publisher": "CENS",
"contact": [
{
"name": "CENS",
"telecom": [
{
"system": "url",
"value": "https://www.cens.cl"
}
]
}
],
"description": "Codes for birthplaces, these ones are just examples",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 6,
"concept": [
{
"code": "1",
"display": "Home"
},
{
"code": "2",
"display": "Hospital"
},
{
"code": "3",
"display": "Health facility"
},
{
"code": "6",
"display": "Health station"
},
{
"code": "7",
"display": "Abroad"
},
{
"code": "8",
"display": "BBA (Born Before Arrival)"
}
]
}